Index

C/C++ Functions

dtFontGetNrOfGlyphs

DT_ULONG dtFontGetNrOfGlyphs(DT_DTENGINE engine, DT_ID_SWORD font_index)

Short Description: Get number of glyphs in font

This function returns the number of glyphs in the specified font.

Parameters

ParameterDescription

engine

Handle of the previously created Standard Engine instance.

font_index

Font index of the font or font instance in the Font Catalog.

Return Value

The return value is the number of glyphs in the specified font.

 

Index