Home | History | Annotate | Download | only in public

Lines Matching full:handle

81      *          Use the system font mapper to get a font handle from requested parameters
87 * If the system supports native font mapper (like Windows), implementation can implement this method to get a font handle.
100 * An opaque pointer for font handle, or NULL if system mapping is not supported.
107 * Get a handle to a particular font by its internal ID
113 * If the system mapping not supported, Foxit SDK will do the font mapping and use this method to get a font handle.
118 * An opaque pointer for font handle.
133 * hFont - Font handle returned by MapFont or GetFont method
147 * Get face name from a font handle
154 * hFont - Font handle returned by MapFont or GetFont method
165 * Get character set information for a font handle
172 * hFont - Font handle returned by MapFont or GetFont method
180 * Delete a font handle
187 * hFont - Font handle returned by MapFont or GetFont method