Lines Matching refs:FontData

48 class ReadableFontData : public FontData,
74 // @throws IndexOutOfBoundsException if index is outside the FontData's range
80 // @throws IndexOutOfBoundsException if index is outside the FontData's range
98 // @throws IndexOutOfBoundsException if index is outside the FontData's range
104 // @throws IndexOutOfBoundsException if index is outside the FontData's range
110 // @throws IndexOutOfBoundsException if index is outside the FontData's range
116 // @throws IndexOutOfBoundsException if index is outside the FontData's range
122 // @throws IndexOutOfBoundsException if index is outside the FontData's range
128 // @throws IndexOutOfBoundsException if index is outside the FontData's range
134 // @throws IndexOutOfBoundsException if index is outside the FontData's range
140 // @throws IndexOutOfBoundsException if index is outside the FontData's range
146 // @throws IndexOutOfBoundsException if index is outside the FontData's range
152 // @throws IndexOutOfBoundsException if index is outside the FontData's range
158 // @throws IndexOutOfBoundsException if index is outside the FontData's range
164 // @throws IndexOutOfBoundsException if index is outside the FontData's range
174 // Copy the FontData to an OutputStream.
180 // Copy the FontData to a WritableFontData.
251 // Makes a slice of this FontData. The returned slice will share the data with
252 // the original FontData.
255 // @return a slice of the original FontData
257 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length);
260 // share the data with the original FontData.
262 // @return a slice of the original FontData
264 virtual CALLER_ATTACH FontData* Slice(int32_t offset);
279 // @param length the length of the other FontData to use