| OLD | NEW |
| 1 #ifndef __DEFINED__SkPdfFont | 1 #ifndef __DEFINED__SkPdfFont |
| 2 #define __DEFINED__SkPdfFont | 2 #define __DEFINED__SkPdfFont |
| 3 | 3 |
| 4 #include "SkPdfHeaders_autogen.h" | 4 #include "SkPdfHeaders_autogen.h" |
| 5 #include "SkPdfPodofoMapper_autogen.h" | 5 #include "SkPdfPodofoMapper_autogen.h" |
| 6 | 6 |
| 7 #include <map> | 7 #include <map> |
| 8 #include <string> | 8 #include <string> |
| 9 | 9 |
| 10 #include "SkTypeface.h" |
| 10 #include "SkUtils.h" | 11 #include "SkUtils.h" |
| 11 #include "SkPdfBasics.h" | 12 #include "SkPdfBasics.h" |
| 12 #include "SkPdfUtils.h" | 13 #include "SkPdfUtils.h" |
| 13 | 14 |
| 14 | 15 |
| 15 class SkPdfType0Font; | 16 class SkPdfType0Font; |
| 16 class SkPdfType1Font; | 17 class SkPdfType1Font; |
| 17 class SkPdfType3Font; | 18 class SkPdfType3Font; |
| 18 class SkPdfTrueTypeFont; | 19 class SkPdfTrueTypeFont; |
| 19 class SkPdfCIDFont; | 20 class SkPdfCIDFont; |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 | 428 |
| 428 virtual void afterChar(SkPaint* paint, SkMatrix* matrix) { | 429 virtual void afterChar(SkPaint* paint, SkMatrix* matrix) { |
| 429 } | 430 } |
| 430 | 431 |
| 431 virtual void afterWord(SkPaint* paint, SkMatrix* matrix) { | 432 virtual void afterWord(SkPaint* paint, SkMatrix* matrix) { |
| 432 | 433 |
| 433 } | 434 } |
| 434 }; | 435 }; |
| 435 | 436 |
| 436 #endif // __DEFINED__SkPdfFont | 437 #endif // __DEFINED__SkPdfFont |
| OLD | NEW |