Merge "Add comment to Typeface.Builder about file descriptor." into oc-dev

am: f3157e1692

Change-Id: I912f0a6b525c5f4ed111d0b6302915f57639dd9a
This commit is contained in:
Seigo Nonaka
2017-04-19 20:17:00 +00:00
committed by android-build-merger

View File

@@ -563,6 +563,9 @@ public class Typeface {
/**
* Constructs a builder with a file descriptor.
*
* Caller is responsible for closing the passed file descriptor after {@link #build} is
* called.
*
* @param fd The file descriptor. The passed fd must be mmap-able.
*/
public Builder(@NonNull FileDescriptor fd) {